toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.navigation
/
[jvm]NavigationEntry
Navigation
Entry
public
interface
NavigationEntry
A navigation history entry.
Members
Functions
http
Status
Link copied to clipboard
public
int
httpStatus
(
)
Returns the status code of the last known successful navigation.
original
Url
Link copied to clipboard
public
String
originalUrl
(
)
Returns a string that represents the URL that caused this entry to be created.
page
Type
Link copied to clipboard
public
PageType
pageType
(
)
Returns the page type that tells if this entry is for an interstitial or error page.
timestamp
Link copied to clipboard
public
Timestamp
timestamp
(
)
Returns the time at which the last known navigation was completed.
title
Link copied to clipboard
public
String
title
(
)
Returns the title as set by the web page or an empty string if there is no title set.
url
Link copied to clipboard
public
String
url
(
)
Returns a string that represents the actual URL of the web page.